Tagged Questions

0
votes
0answers
1 views

The procedure entry point _ftol2 could not be located in the dynamic link library msvcrt.dll

I've recently been tinkering with a little gameproject using VC++ 2008. I'm using SDL, OpenGL, Boost and Box2D as included libraries. It works fine on my windows 7 machine, aswell as a friend's w7 …
0
votes
1answer
22 views

How to use DLL library file in a C++ project?

I have a C++ project and a DLL library made using C#. Is it possible to add it to the C++ project and use its methods? I am using Visual Studio 2008
1
vote
1answer
22 views

Passing C++ structure pointer from Perl to arbitary dll function call

Hi, I am using Win32::API to call an arbitary function exported in a DLL which accepts a C++ structure pointer. struct PluginInfo { int nStructSize; int nType; int …
1
vote
3answers
43 views

combine native dll and assembly into a single dll

Hi! I am currently programming in c++ and c#. Using native c++ for the numerical computing part. Originally I intended to use c++/cli to make a wrapper to the native c++ classes, but I found it …
1
vote
2answers
80 views

C++ : When do I need a shared memory allocator for std::vector?

First_Layer I have a win32 dll written in VC++6 service pack 6. Let's call this dll as FirstLayer. I do not have access to FirstLayer's source code but I need to call it from managed code. The …
0
votes
0answers
45 views

create asp.net listbox with click\double click event

hi folks! i tryed to create an asp.net listbox that has a click evet. to do that i created a project that creates a dll file which i added to my toolbox in visual studio 2008. it does not work!!!! …
1
vote
1answer
32 views

Compiling Visual c++ programs from the command line and msvcr90.dll

Hi, When I compile my Visual c++ 2008 express program from inside the IDE and redistribute it on another computer, It starts up fine without any dll dependencies that I haven't accounted for. When I …
0
votes
2answers
26 views

Dll size differs for build on different PC

I have a VC++ dll library which is built (with Visual Studio 2003) on Windows XP machines ( a US-English PC and a German PC). The source code is the same and does not have any language specific code. …
0
votes
2answers
79 views

Why can’t a “procedure entry point could not be located in dll” when I definitely put it in?

I have a really vague problem, but I hope someone can help with it. I was modifying a C++ project and yesterday it was still working, but today it's not. I'm pretty sure I didn't change anything, but …
0
votes
0answers
13 views

In Visual Studio 2008, how/why are extra (non-specified) .LIB files be added to the linking stage?

I discovered yesterday that one of our projects is linking in a few libraries that aren't specified in the project. I've double-checked (by manually reading the .VCPROJ file) that the .LIBs in …
0
votes
1answer
15 views

How to use the .def file for explicit linking.

Hi, I am facing the the problem to link to a third party dll. It is windows mobile application, where I am try to link to this third party dll. Here first I had the dll and lib file. I was not able …
0
votes
2answers
68 views

Baseclass Virtual Destructor Access Violation

Hello - sorry if this was asked already - had a hard time searching for destructor and access violation =) Here's C++ pseudo-code the scenario: ----In DLL1 (compiled with /MT) class A { public: …
0
votes
3answers
76 views

C++ DLL fails when run from different drive letter

I've written a C++ DLL that connects to a Sybase database using the native C library for Sybase. I can build and run the program on my C drive, and others can run it from their C drives, and …
1
vote
1answer
53 views

FastMM, stack trace memory for leaks in dynamicly loaded DLL, compiled with runtime packages.

Hi, I'm using FastMM together with JCL Debug info to trace memory leaks in my application. However I have plugins which are dlls compiled in Delphi, both dlls and main application use common runtime …
0
votes
3answers
86 views

How to put a relative path for a DLL statically loaded?

Hello every body: I have a DLL made in Delphi 7/Windows XP that I want to statically load in a host application on Windows (made in Delphi, too). I am using this line of code: procedure …

1 2 3 4 5 73 next
15 30 50 per page