export functions from CLI/C++ CLR dll

Job ID: 33097249

Budget: $10 – $50 USD

https://github.com/sickl8/consoleappdll

you can only build the dll in release mode x64

to export a function (you should already know this) you preappend to it: extern "C" __declspec(dllexport)

there are some functions in dllmain.cpp that start with "Call__", they are declared in ecdsa_test.cc using the macro TEST(), you can find them in the macro declaration in gtest-internal.h

I want those functions to be exported, the problem is whenver I include pch.h on top of every file, I get loads of build errors

after you're done, running dumpbin.exe /exports cryptov4.dll should result in you seing those functions that start with "Call__" exported along with "add" and "subtract"

the console app is there so that you make sure you can import the dll from C# and call those functions, they announce themselves in the console when they're called

Budget is $50, fixed

I need this asap

DO NOT BID UNLESS YOU'VE ALREADY BUILT THE DLL SUCCESSFULLY AND THE OUTPUT OF DUMPBIN.EXE SHOWS THE FUNCTIONS EXPORTED, YOUR BID SHOULD START WITH "DLL FUNCTIONS EXPORTED" + a link to a screenshot of the output of dumpbin.exe