Hai All,
I have been workign on VC++ MFC,ATL now i'm planing to
upgrade on VC++.NET. So can u suggest a good book on the
same.
Thankz in advance.
Justine...
more >>
I have a C++ program that dynamically loads Compaq Visual
Fortran v6.6 DLLs and invokes them. I have two Fortran
DLLs, one that only does calculations and standard
output, the other that also includes its own file I/O.
The first DLL loads and executes properly, but not the
second. It ...
more >>
Under Visual Net 2003, the linker gives the error:
LNK2019: unresolved external symbol __abs64
I can call int abs(int), etc. just fine. Problem is the
_int64 version (it compiles, but won't link).
Thanks,
Ken...
more >>