Search found 3 matches

by Crypt
Tue Mar 23, 2010 10:11 pm
Forum: madShell
Topic: GetSpecialFolder() , how !?
Replies: 3
Views: 14390

thanks pal, problem solved, yes I'm using the latest version of madcollection supporting delphi 2010 .
best regards .
by Crypt
Tue Mar 23, 2010 8:54 am
Forum: madShell
Topic: GetSpecialFolder() , how !?
Replies: 3
Views: 14390

I have been tested it with delphi version 7.0 with success, but the issue is still around delphi 2010 with the following code that is working fine with delphi 7.0 : var s:string; begin GetSpecialFolder(sfProgramFiles,s) ; ShowMessage('program files is located at :'+s); end; the error is the same wit...
by Crypt
Tue Mar 23, 2010 8:39 am
Forum: madShell
Topic: GetSpecialFolder() , how !?
Replies: 3
Views: 14390

GetSpecialFolder() , how !?

Hey there I have been using GetSpecialFolder from madshell unit, I looked at the source examples provided with madcollection documentation. don't know what's the problem . here's the log : [DCC Error] Unit1.pas(30): E2035 Not enough actual parameters don't know how to define the second parameter . a...