blah blah blah is here! blah blah » Close

0
votes
1 answers

Odd Dll Reference Error

I have been working on a project that has its source code stored on my flash drive. I've been bouncing back and forth between my friends house and my school to work on it. It wasn't until I brought the project home that I received any error ...

0
votes
1 answers

System Beep in C#/Visual Studio. NET

Hi all, First of all, I apologize for asking a question so out of the track. I have a asp.net website which performs the encrypt and decrypt functions. I am calling these functions from a DLL which I built using C# too. Now, there ...

1
votes
1 answers

using library in ASP.NET

Hi everyone, I have a pretty complex code for Cryptographic operations. It is a collection of around 20 individual C# code working together as a Windows Application. There are many classes, interacting with each other to produce the req ...

1
votes
3 answers

creating DLL files.. C#

Hi all, I am trying to create a dll from the source codes which are currently running as windows application. I thought running the project with the output type as "Class Library", would create a dll, as it did in previous ...

0
votes
2 answers

How can I call a function which takes pointer to pointer in C# from a dll?

Hello I need to write a function that will pass 2 parameters to a dll function. The dll function is below: getADCSamplesFromAllEnabledChannels(int sampleToCapture, double **voltagePointerArray) it takes a pointer to pointer as a ...

Feedback