library
Posted: Mon Aug 14, 2006 3:29 pm
While compiling to a library I have the following code:
While doing the compile I get a 'Duplicate definition', for no reason 'cause there is no duplicate. Any suggestions?
I've loaded qb 7.1 with qbx /l
grtz
Code: Select all
'$include:'lib.qbi' 'contains the declares
FUNCTION OpenFile(FileName AS STRING)
OPEN FileName FOR OUTPUT AS #1
END FUNCTION
I've loaded qb 7.1 with qbx /l
grtz