View Single Post
  #615  
Old 19-10-2013, 23:25
nelsit nelsit is offline
Registered User
 
Join Date: Oct 2013
Location: canada
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
nelsit is on a distinguished road
I add #define 7ZIP and #ifdef unrar
ExtractTemporaryFile('Unrar.dll');
#endif
#ifdef 7ZIP
ExtractTemporaryFile('7z.dll');
ExtractTemporaryFile('PackZIP.exe');
#endif

I have this error. [ISPP] Identifier Expected but number 7 (0x07) found.
Reply With Quote