-
This problem has been addressed in the latest version of Apro. Errors are reported via an event. See the release notes for details.
2009-11-05 19:14:40 UTC by sboyd
-
If you dial via the TApdTapiDevice and while dialing you cycle the power continuously (fast) of the modem, a message box pops up.
Correct me if I am wrong, but will this not cause a thread deadlock situation? And also should this not be raised through the regular error status feedback events?
If the calling application is hidden, then the message box will also be hidden? Right?
Look i.
2009-11-03 19:32:41 UTC by rstander777
-
Is there an ETA or whether or not AsynchPro will be upgraded for Delphi 2010?.
2009-10-22 16:18:23 UTC by kevinrf1
-
Hi,
I use Version 4.07 with Delphi 2006, and after check potential memory leak in my software I found same issue with tracing option:
I open my comport, I turn on the tracing (tlOn)....software is running....when I exit I had a memory leak (see FastMM report below).
So to solve this issue I need to turn tracing to off (tlOff) before close and release the comport.
FASTMM4 report...
2009-10-10 17:25:51 UTC by sebleo88
-
tpsfadmin changed the public information on the TurboPower Async Professional project.
2009-10-07 20:37:45 UTC by tpsfadmin
-
tpsfadmin changed the public information on the TurboPower Async Professional project.
2009-10-07 20:35:25 UTC by tpsfadmin
-
tpsfadmin changed the public information on the TurboPower Async Professional project.
2009-10-07 20:35:25 UTC by tpsfadmin
-
BTW, the last 2 posts were answers from a different forum.
2009-10-06 15:18:14 UTC by coolhand7
-
When you add a component to a form, builder will save the lib and bpi files to the project file. If you use a package only in code, it will not add this files.
I'm not saying it's a bug, but it's a common difficulty. Especially when you create a new project for a new C++ builder version and add all your existing forms, it will not add the lib and bpi files. There should be a tool which looks...
2009-10-06 15:17:42 UTC by coolhand7
-
That's a common problem in C++ builder. If the file oomisc.pas is compiled in a package, you need to add the package .lib and .bpi file to the project file yourself.
- Close the project in C++ builder.
- Open the project file (.cbproj) in a text editor like notepad.
- Add the name of the .lib file to the xml tag AllPackageLibs and the .bpi file to PackageImports.
2009-10-06 15:17:15 UTC by coolhand7