I'm trying to use a 3rd party dll for the first time in PBCC. When
DECLARE FUNCTION OpenDIO LIB "C:\WINDOWS\SYSTEM\SeaIo32.dll" ALIAS SeaIo_OpenDevice (CardNum AS WORD, @hDIO AS DWORD) AS DWORD
compiles I get an Error 429 "String constant expected." I'm not sure what it's trying to tell me. As far as I can tell there are no spelling errors. A little push in the right direction would be greatly appreciated.
DECLARE FUNCTION OpenDIO LIB "C:\WINDOWS\SYSTEM\SeaIo32.dll" ALIAS SeaIo_OpenDevice (CardNum AS WORD, @hDIO AS DWORD) AS DWORD
compiles I get an Error 429 "String constant expected." I'm not sure what it's trying to tell me. As far as I can tell there are no spelling errors. A little push in the right direction would be greatly appreciated.
Comment