all groups > visual c libraries > december 2005
why to call LoadLibrary() is error?
Posted by Vic.Dong at 12/23/2005 8:31:26 PM
Hi all:
I call windows api LoadLibrary(), it returns error code : ERROR_NOACCESS
0x3E6,
why is it failure to call this api? how to fix this problem?
B.G.
Vic
... more >>
Problem with lafxcwd.lib during Debug build - ring any bells?
Posted by SoftwareDrone at 12/22/2005 4:51:02 PM
I have a 16 bit application I'm trying to compile on MSVC 1.5. It compiles
perfectly in release build, but I get the following 2 linker errors on the
debug build:
c:\msvc\mfc\lib\lafxcwd.lib(afxinl3.cpp) : error L2025:
DoDataExchange@CWnd@@NECXPAVCDataExchange@@@Z : symbol defined more tha... more >>
dllregisterserver failed 0x80040200
Posted by ofmars NO[at]SPAM gmail.com at 12/15/2005 3:13:17 AM
Hi,
I managed to compile a C++ MFC DLL and ran it with C# using DLLimport
to check if the method are giving the correct value and its working
fine.
However I want to register it using regsvr32 and it gives me an error
"DllRegisterServer in c:\MyDll.dll failed. Return code was 0x80040200".
... more >>
vc++8.0 bug: access violtation upon any call of any CImageList methods
Posted by Robert Ludewig at 12/14/2005 6:44:23 PM
I have sucessfully imported and compiled a complex MFC 6.0 project from
vc++6.0 (MFC6.0) into vc++ 8.0 (MFC 8.0). It contains several
subprojects (libs and dlls). In vc++ 6.0 those project linked MFC6.0
statically and after I imported it to vc++ 8.0 I set the linkage of
MFC8.0 to "shared" (... more >>
ntrtl.h & nturtl.h
Posted by Eric Sanders at 12/9/2005 10:16:33 AM
Where can I find these two files: ntrtl.h & nturtl.h? I evidently need them
included in my project, but I keep getting "No such file or directory" when
including them.
I have downloaded the Windows DDK and the Windows Platform SDK and searched
through both of them with no luck, any help wo... more >>
How to Load SpreadSheet in AxSpreadSheet object in VB.NET or C#.NET
Posted by Lucky at 12/6/2005 11:19:59 PM
hi guys,
i've just started woth Excel component in .NET. i manged to import
the Excel Component on windows Forms but i'm not able to load Excel
file in that. if anyone has any idea how can this be done please do let
me know. i'm in great need.
thanks,
Lucky
... more >>
problem with debugging wrapped library
Posted by donotcareaboutspam NO[at]SPAM googlemail.com at 12/6/2005 9:58:34 AM
Visual Studio 2005. Solution contains one csharp exe project, one
unmanaged c++ static library and one managed c++ library to wrap the
unmanaged library. When debugging the csharp exe, breakpoints set in
the unmanaged c++ library are ignored. Breakpoints in csharp exe and in
the managed library ... more >>
Missing component - msvcp70.dll
Posted by MassCats at 12/6/2005 9:56:04 AM
I am a systems administrator by trade and not a developer. I am experiencing
the following errror on several windows servers and am hoping somone here
will be able to help me. Event ID:26 - "ccApp.exe - Unable to Locate
Component: This application has failed to start because MSVCP70.dll was ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
MSVCRTD.DLL not found
Posted by Peter Longstaff at 12/4/2005 11:27:51 PM
Hi All,
I have just been asked to modify a an application and the associated DLLs
that were developed some time ago, aout 3 years to be exact.
I am using VS2003 and when I compile everything appears to be OK but when I
try and run the application I get an error saying msvcrtd.dll can not b... more >>
|