创建可输出的Dll文件
我一个函数要引用其他函数时用这样的方式
Public Function a()
~~~~
end FunctionPublic Function b()
~~~~
end Function
Public Function c()
~~~~
end Function
用LINK.exe编译时出错
LINK2:warning LNK4044:unrecognized option "VERS"; ignored
Pro.obj:warning LNK4044:export of symbol "DllUnregisterServer" should be PRIVATE
Pro.obj:warning LNK4044:export of symbol "DllGetClassObject" should be PRIVATE
Pro.obj:warning LNK4044:export of symbol "DllRegisterServer" should be PRIVATE
Pro.obj:warning LNK4044:export of symbol "DllCanUnloadNow" should be PRIVATE
Pro.obj:warning LNK4044:unresolved external symbol mathadd
e:\vbll\Pro.lib : fatal error LNK1120:1 unresolved externals
LINK2:fatal error LNK1141:failure during build of exports file