MSVC8E problems

These are old archives. They are kept for historic purposes only.
Post Reply
frozen
Posts: 53
Joined: Sat Jun 12, 2004 7:39 am

MSVC8E problems

Post by frozen »

I managed to get it to compile after fixing the external symbols and stuff but now that I have my wircd.exe and run it I get

Code: Select all

---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Runtime Error!

Program: C:...

R6034

An application has made an attempt to load the C runtime library incorrectly.
Please contact the application's support team for more information.


---------------------------
OK   
---------------------------
I realize that unreal doesn't support MSVC8 but its been proven binaries compiled under 8 are much more efficient and stable then MSVC7. MSVC8E is also a lot easier to get your hands on.
frozen
Posts: 53
Joined: Sat Jun 12, 2004 7:39 am

Post by frozen »

Well, I feel like an idiot now posting the error before I tried to work it out myself, but I figured it out. Had to copy WIRCD.EXE.manifest from the src to my bin.
Post Reply