2
votes
2answers
39 views
which dll contains generics extension methods?
I'm trying to dynamically compile source code using the CodeDom.Compiler stuff, which means I need to reference the basic assemblies manually. The source code that I am compiling …
3
votes
7answers
139 views
Is it possible to use Java to create dll?
Want to create animation dll for Window XP
Is it ok to create Java2d animation and export as dll??
0
votes
3answers
22 views
UnsatisfiedLinkError When Loading a Library from Java in MATLAB
I've been integrating simple java modules into the MATLAB environment on Windows with some success. Recently I encountered a problem with a third-party library which attempts to lo …
1
vote
2answers
31 views
Java loading library windows 7 64bit
I have a java webstart program, it runs on xp, osx, vista, and windows 7.
I just tried to run it on windows 7 64bit and it is having a problem loading a library.
On this win7x64 ma …
-1
votes
1answer
64 views
concept question about dll
My boss asks me to create a dll file using C++. The dll file needs to do the following:
create a blank area in Window
create some simple shapes (for an
example, a rectangle) on t …
1
vote
3answers
98 views
How to use a dll?
I have a .dll file and the .lib file for it.
The DLL talks to an electronic key reader, and allows you to read/write the key ID.
This is the only documentation that comes with:
…
0
votes
3answers
66 views
How to create a dll in Visual C++?
Any good website?
1
vote
2answers
35 views
See if any application has a DLL from the GAC loaded
I'm trying to deploy new copies of my DLL to the GAC on remote servers, but I need to identify if any processes currently running have a loaded copy of the DLL I'm replacing - I'd …
2
votes
7answers
242 views
Use SSL with Delphi yet still having a single exe
Hi,
We use Indy and we need SSL eMail support in our app., however we need to have our application in a single .Exe.
We know that the default Indy handler requires to have the d …
-1
votes
1answer
31 views
How to use C++ for creating animation dll [closed]
I am scjp, can do Java2D
But I have no clue about C++.
0
votes
1answer
13 views
Add c++ dll in the GAC
I have a dll that i created using C++ and for a reason my dll should be placed in the GAC.
for all other dll's created with managed code, i sign them and drop them in the GAC, how …
0
votes
2answers
35 views
Attempted to read or write protected memory. - After converting app from VS 2005 to VS 2008
I have an application that was written in VS 2005 (C#). Works fine, it calls a 3rd Party dll. Now that I've converted it to VS 2008 (using the wizard), I get the following error …
1
vote
4answers
73 views
How does .NET locate the dll of the namespace I’m `using`?
How does .NET locate the dll of the namespace I'm using?
yeah, we do mention the path in /referene:c:\program files** but after building & deploying and when the software is in …
0
votes
1answer
20 views
Difference between COM DLL & ActiveX control
Few similarities I know..
Both cannot execute by themself. It needs some program to instantiate it.
COM DLL & ActiveX controls are platform independant.. (Is it so..?)
Both r …
1
vote
2answers
33 views
C# DllImport MFC Extension DLL & Name Mangling
I have a MFC extension DLL which I want to use in a C# application. The functions I'm exposing are C functions, i.e. I'm exporting them like this
extern "C"
{
__declspec(dllexpor …
