n3Xus information 1 glöps
- general:
- level: user
- personal:
- demotool Windows Crinkler by Loonies [web] & TBC
- Replacing exit(0) with ExitProcess(0) did the trick.
Question: I want to use DirectX 11 for graphics, but I always get the ___security_cookie error whenever I try to use any DX11 code. Is it possible for me to use it or would I have to use some older DX9 version for graphics? - isokadded on the 2011-05-12 02:50:48
- demotool Windows Crinkler by Loonies [web] & TBC
- I managed to fix the problems by linking the following libs:"comsupp.lib" "delayimp.lib" "libcmt.lib" "libcpmt.lib" "libcpmt1.lib" "msvcmrt.lib" "msvcprt.lib" "msvcrt.lib"
"msvcurt.lib" "oldnames.lib" "vcomp.lib" "ptrustu.lib" "RunTmChk.lib" "pgort.lib" "pgobootrun.lib"
:D - isokadded on the 2011-05-10 19:45:37
- demotool Windows Crinkler by Loonies [web] & TBC
- I'm having some problems every time I use any componented of the standard template library or some other simple functions (std::string, std::ofstream, exit(0)).
I get this error whenever I use any of the std componentes: LNK: Cannot find symbol '___security_cookie'
If I use exit(0) I get this error: LNK: Cannot find symbol '__imp__exit'
Which libraries am I missing?
I'm using Visual Studio 2010 & Windows 7 64bit (I compile as 32 bit). Is VS2010 and Win7 supported? - isokadded on the 2011-05-10 12:00:06
account created on the 2011-05-10 11:53:30