Community Page
- www.monien.net/blog Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Somewhat. The difference is, that it does not load a full VM, but runs in the context of the physical machine. Much fewer overhead that is.
- Sounds like VMwares Virtual appliances
- Vista gave the same warning when installing Delphi 7, after a few tweaks i was able to compile Delphi 7 Apps on vista. The main issue in Vista was the the old help file format. Also Installing in...
- I am saying MS *explicitly* gives no warranty here. In other cases it's probably not that obvious ;) -- Grüße / Regards, Olaf Monien Sent via iPhone Am 09.05.2009 um 21:18 schrieb...
- So you are telling us that MS usually gives a warranty on everything and this is a rare exception where they don't? Why do I have doubts?
Olaf's thoughts about Delphi, IntraWeb and other dev stuff
Delphi Programming, .NET Philosophy, Web development and more …Olaf's Thoughts About Development » GExperts and DDevExtensions available for Delphi 2009
Started by Olaf Monien · 9 months ago
9 months ago
I have fixed the the expert’s registry location.
Direct download: http://rapidshare.com/files/149737240/GExperts_...
toms
9 months ago
Cool! I'm gonna update the blog right now!
GrüÃe / Regards,
Olaf Monien
-------------------
www.monien.net/blog
9 months ago
9 months ago
9 months ago
Question: what is this nice commenting system (disqus?)
9 months ago
http://www.gexperts.org/
9 months ago
f.e., Grep search in all project units doesn't wok.
9 months ago
http://www.gexperts.org/files/beta/1.33/GXRS200...
If you find any more problems, please report them using the feedback wizard in the about box so the reports can be tracked and addressed.
9 months ago
I'll update my blog post to mention that beta. Looks fine so far!
9 months ago
7 months ago
Maciek Pyszka, REKORD
7 months ago
7 months ago
My unit before using Use unit:
unit MPUnitTypes;
interface
type
{: poziomy uprawnień }
TMPuPodatkiPrivLevel = ( lpl_None, lpl_Connected, lpl_User );
implementation
end.
I put cursor in line between implementation and end. After making Use Unit and choosing Match unit I get:
implementatio
uses
Math;n
I have found the reason, it's using not ansi chars in a comment. If I replaced uprawnień with uprawnien it started to work correctly.
So the conclusion is it doesn't work correctly with not ansi characters in text.
7 months ago
7 months ago
The new version 1.9.2 fixes the bug.
http://andy.jgknet.de/blog/?page_id=10
7 months ago
7 months ago