blah blah blah is here! blah blah » Close

0
votes
1 answers

Importing variables in C++ dll into a C# program

Hi all, How do I import a variable declared shell32.dll (which is a C++ program) into a C# program? I read online that [DllImport(shell32.dll)] will not work for variables. I tried that too. It doesn't work. Can someone please post th ...

0
votes
0 answers

Importing software?

I need software that imports data (CSV, text, .dat) into a DB when given a way of defining the schema/metadata file. (how the data is interpreted) Any software out there exist already? Many Thanks Paul

Feedback