[Citation needed]
Julian Goldsmith
Posts
-
Fracking protestors...continued. -
GUIDsI need an implementation of a couple GUID generation algorithms for a school science fair project. I already have the System.GUID.NewGuid and the OpenSSL using names. Does anyone know where I can find more? Please note that this project is due on Nov. 11th.
__________________________________________ Let's push Satan
-
CString Link ErrorNo duh, I mean mfc42, mfc42u, mfco42, etc. __________________________________________ Let's push Satan
-
CString Link ErrorI'm using VC++ 2005, and I'm getting a linker error about the MFC class CString. What library is CString contained in? __________________________________________ Let's push Satan
-
RTCI'm getting errors about something called RTC. What does it do, and what library can I find the functions for it in? __________________________________________ Let's push Satan
-
how would i get the windows directory in kernel mode?If you're accessing a file, you could use the environment variable "%WINDIR%". __________________________________________ Let's push Satan
-
Native AppsI'm running VC++ Express .Net 2005, and i'm trying to compile an application with the native subsystem. I am getting a linker error reading "Unresolved external symbol _NtProcessStartup. I have tried preprocessor definitions and defining it as a function, but nothing has worked. The symbol isn't in any library. Can anyone help? (This is actually from the General Discussion board, but someone advised me to put it here.) __________________________________________ Let's push Satan
-
Native Apps in VC 2005I'm trying to write an application using a native subsystem in Visual C++ .Net 2005 Express. I keep gettong a link error that reads "Unresolved external symbol _NtProcessStartup. I've tried a #define statement and declaring it as a function. Can anyone help me? __________________________________________ Let's push Satan
-
OpenGL LibrariesI'm looking for a native library. It has to be useable under Windows and Linux. __________________________________________ Let's push Satan
-
OpenGL LibrariesHi. I need an OpenGL library that will compile under Linux, Windows, and possibly Mac OSX. Can anyone help me? __________________________________________ Let's push Satan
-
Windows Headers for VC++ 2005VC++ 2005 Express can't find any of the Windows headers, and MFC/ATL support does't work. Microsoft didn't even acknowledge that I had emailed them. Can anyone help me? __________________________________________ Let's push Satan
-
Anti-VBHave you even looked at VB? class BlahBlahBlah { sub New() { object Thingy = new Object; }; }; Public Class BlahBlahBlah Public Sub New() Dim Thingy As New Object End Sub End Class The main difference is case. In VB Thingy = Thingy, thingy, tHINGY, etc. In C Thingy = Thingy. __________________________________________ Let's push Satan
-
Anti-VBSo? Options aren't required and compile time warnings get in the way (for me). In VB .Net there are compile time warnings. __________________________________________ Let's push Satan