Click here to Skip to main content
15,892,005 members

Comments by patrik polakovic (Top 14 by date)

patrik polakovic 12-Mar-15 8:35am View    
Fixed and working now without problems. Thank you :)
patrik polakovic 12-Mar-15 8:10am View    
So I removed declaration of HiveError from Init function and added global variable HiveError into pphive.cpp. Now it's working fine with following warning:
1>pphive.cpp(3): warning C4273: 'HiveError' : inconsistent dll linkage
1> <...>\pphive.h(18) : see previous definition of 'HiveError'
patrik polakovic 12-Mar-15 7:57am View    
You are right. So now I have 2 unresolved symbols :)
1>pphive.obj : error LNK2001: unresolved external symbol HiveError
1>PyHive.obj : error LNK2001: unresolved external symbol HiveError
patrik polakovic 12-Mar-15 7:50am View    
https://github.com/polakovicp/LuaCL/tree/master/pphive
It's for python3.2
patrik polakovic 12-Mar-15 7:49am View    
1>Link:
1> Creating library <...>\pphive.lib and object <...>\pphive.exp
1>PyHive.obj : error LNK2001: unresolved external symbol HiveError
1><...>\pphive.pyd : fatal error LNK1120: 1 unresolved externals