| | wrote on 08.11.10 at 15:47 | | how to open delphi project file streamwriter.dpr?? i got this message when i try to open it
“Error in module : Call to Application.Create form is missing or incorrect”
thanks |
|
|
|
| alex | 2549 Posts | |
| wrote on 08.11.10 at 16:19 last edited by alex on 08.11.10 at 16:22 | | What's your Delphi version? Does this error occur when opening the project or when running it? I've never seen it before. Are you sure you did not add any forms to the project or modified it in any way?
Greetings,
Alex |
| | | | LG/Best regards, Alex
"Journalism is printing what someone else does not want printed. Everything else is public relations." - George Orwell
D1734FA178BF7D5AE50CB1AD54442494 |
|
|
| | wrote on 08.11.10 at 16:30 | | i use borland delphi 7… i didn't change anything … after i downloaded the sourcecode…try to run the dpr file for the 1st time…i got that message
|
|
|
|
| | wrote on 08.11.10 at 16:38 | | do i need install some other component or library before running streamwriter.dpr file? |
|
|
|
| alex | 2549 Posts | |
| wrote on 08.11.10 at 16:41 | | streamWriter is incompatible with Delphi 7. Well, I can't explain the error you get, but other parts will not work, because streamWriter makes use of newer delphi-features (i.e. generics, Unicode).. It's possible to get it working with D7, so if you decide to do so, please let me know. If you don't, maybe I will rework the code to get it compiling using older Delphi versions or Lazarus, but that will not happen in the next weeks/months.
I'm sorry… |
| | | | LG/Best regards, Alex
"Journalism is printing what someone else does not want printed. Everything else is public relations." - George Orwell
D1734FA178BF7D5AE50CB1AD54442494 |
|
|
| alex | 2549 Posts | |
| | | | | LG/Best regards, Alex
"Journalism is printing what someone else does not want printed. Everything else is public relations." - George Orwell
D1734FA178BF7D5AE50CB1AD54442494 |
|
|
| | wrote on 08.11.10 at 16:47 | | Ah…i see, so the problem is incompatible with delphi 7, never mind..you don't have to make it compatible with delphi 7..
Maybe i'll order a newer version of delphi..is delphi 2009 complatible???
by the way..really big thanks for the reply..
regards
|
|
|
|
| alex | 2549 Posts | |
| wrote on 08.11.10 at 17:12 | | Delphi 2009 should be able to compile it. |
| | | | LG/Best regards, Alex
"Journalism is printing what someone else does not want printed. Everything else is public relations." - George Orwell
D1734FA178BF7D5AE50CB1AD54442494 |
|
|
| | wrote on 08.11.10 at 17:29 | | Ok…thanks again |
|
|
|
| alex | 2549 Posts | |
| wrote on 08.11.10 at 17:30 | | No problem |
| | | | LG/Best regards, Alex
"Journalism is printing what someone else does not want printed. Everything else is public relations." - George Orwell
D1734FA178BF7D5AE50CB1AD54442494 |
|
|
| | wrote on 09.11.10 at 07:15 | | i'm sorry to bother you again…
i already download delphi 2009, install it with additional component like drag and drop, tree view and xmllib…but i still don't get streamwriter work properly…
could you provide me step by step cleary to run this code?
thanks in advance |
|
|
|
| alex | 2549 Posts | |
| wrote on 09.11.10 at 11:06 | | Hi,
I could write some text in some hours (when I'm home from work) on how to get streamWriter running. If you can explain what the problem is at the moment, maybe I could guess how to solve it and post the solution here. |
| | | | LG/Best regards, Alex
"Journalism is printing what someone else does not want printed. Everything else is public relations." - George Orwell
D1734FA178BF7D5AE50CB1AD54442494 |
|
|
| | wrote on 09.11.10 at 11:28 | | thx for the repond
the first time error i got this
fastMM4 not found, then i figure it out that it might be need fastMM4 lib..
so..i downloaded fastmm4 for delphi 2009, then recompile it then i got these :
[DCC Error] RelayServer.pas(97): E2003 Undeclared identifier: 'Start' [DCC Error] RelayServer.pas(122): E2003 Undeclared identifier: 'Start' [DCC Fatal Error] ICEThread.pas(27): F2063 Could not compile used unit 'RelayServer.pas' |
|
|
|
| alex | 2549 Posts | |
| wrote on 09.11.10 at 12:41 last edited by alex on 09.11.10 at 12:41 | | You can edit MM.pas or (it should be in the "common" directory) and remove the FastMM4 from the uses clause. I think the error regarding this "Start" thing you get is because your version of TThread does not have it. I think replacing "Start" by "Resume" should resolve your problem. |
| | | | LG/Best regards, Alex
"Journalism is printing what someone else does not want printed. Everything else is public relations." - George Orwell
D1734FA178BF7D5AE50CB1AD54442494 |
|
|
| | wrote on 09.11.10 at 12:55 | | okay … i'll try it..
thx |
|
|