Displaying 2 results from an estimated 2 matches for "ed471eca".
2005 Jan 02
0
[LLVMdev] VC++ linking issues, revisited
...cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050101/ed471eca/attachment.sig>
2005 Jan 02
2
[LLVMdev] VC++ linking issues, revisited
I've gone about as far as I can in building executables with VC++. The
problem with the remaining ones is that they rely on the static
constructor trick to register various modules. This doesn't work with
VC++ because without an explicit external reference to these modules
they simply can't be linked in to an executable.
This isn't a new problem, of course. Morten