I want to write some very simple functions, pack them into a DLL and call them from Excel (VB using DECLARE Function....). I have used VC application wizard to generate a Windows 32 exported function that does nothing more than return the integer 42. I have selected explicit linking. (I don't need MFC or automation)
Visual Basic reports the Error that it cannot find an entry point for the DLL. - I have used Show Dep(endencies) to view the exported functions - no problem here although I note that function DLLMain does not appear in the list of exports. What am I doing wrong ? - Why does Microsoft bother produceing wizards that generate unuseable code?
Visual Basic reports the Error that it cannot find an entry point for the DLL. - I have used Show Dep(endencies) to view the exported functions - no problem here although I note that function DLLMain does not appear in the list of exports. What am I doing wrong ? - Why does Microsoft bother produceing wizards that generate unuseable code?