I want to call a dll created in C++ in VBasic. Unfortunatly some functions are named "Open" and "Close" and i can't declare them in VBasic because those words are used as syntaxes in VB. I changed the name of the functions in C++ but i could not compile it as dll just as exe (i got the sourcecode but i am really new in c++)