I ams truggling with conversion of source part to comply with 64bit C++ compiler, unfortunatelly the part is written in assembler language. I get these errors during compiling:
I get these errors when trying to compile a C+ project using command line compiler of VS2010. I have searched the web for posible solutions which lead me to this page:...
I have tried to make both release and debug build. In both cases the image crashes outside debugger, in bothh cases it runs fine under it. The only difference is rls build invokes message about crash...
I don't have too much experience with WinDbg thus I don't know how stronly it protects application environment but letting run the same application compiled as x86 target it runs fine even...
Hello there I need some clue, got a compiled x64 image but it does crash if run.
Interesting that it finishes successfully if run under debugger (WinDbg).
It indicates similar problem I had in past...
Hmm I'm not sure about it.
Found a link to MSDN page about defines
http://msdn.microsoft.com/en-us/library/b0084kay%28v=vs.80%29.aspx
saying _WIN32 Defined for applications for Win32 and Win64....
_WIN64 and WIN64 are defined as well as WIN32, _WIN32
Should I really undefine WIN32 & _WIN32 for that target ?
I've seen somewhere both *WIN64 and *WIN32 must be defined for 64bit targets, not...
Looks like a clone but basically, yes.
Not to concern on the code self, I've gotten same error just awhile ago trying to build pcrecpp library (C++ frontend for libpcre).
Just curious. This error...
I have found that this error only happend if compiling the x64 version of the project using 64bit compiler. Link is successfull in x86 target of same library.
Weird.
Possibly compiler bug?
As I wrote in post#3 deducing from the demangled symbol name it is own function (found it in own code), furthermore an unwind chunk of it, because unwind code is fully in arrangement of compiler I...
You 're right. That's because of missing name. But why is the symol missing.
Having the missing symbol demangle it is 11th unwind chunk of an own function.
Now I need to find out, why didnot...
hmm didnot. anyway I suppose it is a nmake related error because it says
NMAKE : fatal error U1045: spawn failed : Invalid argument
which is some problem with rc call