#1
|
||||
|
||||
![]()
A Console window for Inno Setup with TMemo.
|
The Following 13 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
ADMIRAL (02-08-2020), alexachu (31-07-2020), Behnam2018 (31-07-2020), Carldric Clement (02-08-2020), Cesar82 (30-07-2020), ffmla (30-07-2020), Gehrman (11-08-2020), Harsh ojha (30-07-2020), KaktoR (28-08-2020), pratikpatel8982 (17-06-2021), vint56 (30-07-2020), yasserdivar (04-10-2021), ZAZA4EVER (05-08-2020) |
Sponsored Links |
#2
|
||||
|
||||
It looks difficult to use your dll. somehow they gave me this weird symbol.
![]()
__________________
I have to leave you guys. But from now on, I am no longer available to continue this community. C'ya guys. 2014 - 2022 |
#3
|
||||
|
||||
Quote:
apparently, i should fix the encoding for Delphi. but "Console.dll" works well with "Inno Setup". ![]() ![]() |
The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
Carldric Clement (04-08-2020) |
#4
|
||||
|
||||
I figure by myself. Now it works on delphi. You should try this.
![]()
__________________
I have to leave you guys. But from now on, I am no longer available to continue this community. C'ya guys. 2014 - 2022 |
The Following 3 Users Say Thank You to Carldric Clement For This Useful Post: | ||
#5
|
||||
|
||||
Quote:
Perhaps the implementation of some other function in the BLACKFIRE69 library may interfere with the callback (that may be it). Your code cmd is very interesting for me. If you just leave "uses Windows" in project, adding process message function and build with DELPHI 2010 the cmd.dll finally will be 33.0 KB (33,792 bytes) or 17.5 KB (17,920 bytes) using UPX level 9. Thanks! |
The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Carldric Clement (04-08-2020) |
#6
|
||||
|
||||
Quote:
![]() after that I just leave the "uses Windows" and create the process messages function like this: Code:
function ProcMsg: boolean; var msg: TMsg; begin while PeekMessage(msg, 0, 0, 0, PM_REMOVE) do begin TranslateMessage(msg); DispatchMessage(msg) end; Result := false; end; ![]()
__________________
I have to leave you guys. But from now on, I am no longer available to continue this community. C'ya guys. 2014 - 2022 Last edited by Carldric Clement; 04-08-2020 at 22:08. |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
BlackBox v2 | y_thelastknight | Conversion Tutorials | 564 | 21-10-2021 09:34 |
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
Useful Dll for Inno Setup users | peterf1999 | Conversion Tutorials | 88 | 01-12-2017 16:00 |
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
Nintendo new console in 05,06 | ABCC | GameCube Games | 0 | 06-08-2003 23:55 |