Microsoft announced MultiTouch Pack for Windows 7
You remeber on Delphi Live! 2009 the Touch Presentation from Chris Benson?
Now Microsoft announced yesterday in a blog the MultiTouch Pack for Windows 7.
also a intresting Link to Microsoft Surface Globe a complete new written application using the Virtual Earth 3D Engine and developed from the ground for touch.
regards
daniel magin
Think Touch
May 28, 2009 Posted by dmagin | Embarcadero (CodeGear) stuff | | No Comments Yet
Vista Search loves Pascal (more from the fun point)
today i was searching some lost document, i try to find it over the current date.
after the open windows search i open the enhanced stuff and over the dialog a create the search for all files of today. what did i see?

yes, datum (that’s german and means in english date) := ‘28.05.2009′ LOL
but microsoft did forget the “;” where can i report the bug?
regards
daniel magin
Think Delphi
May 28, 2009 Posted by dmagin | Embarcadero (CodeGear) stuff | | 5 Comments
dbxint.dll not found in asp.net 64bit application and Delphi Prism
I created a new Delphi Prism Project on my new Windows 2008 64-bit machine. The developing process direct on this machine incl. Delphi Prism (last version) incl. in the backend a Interbase 2009 server. The asp.net application is communicating over dbxpress the .net stuff in delphi prism and interbase driver in a nice and easy to develope way.
The Application is running fine during development process with Delphi Prism. After deploying in IIS7 and Windows 2008 64-bit i get the message dbxint.dll not found. After hours of searching i was absolute shure the dll’s are in the correct place.
Ok after checking if all drivers and assemblies are in system path the error message did not gone away. so i found also a similar old bug report in qc here.
I found out the application is running on a 32bit OS fine, but i don’t like to deinstall my complete server and to install agin a 32 bit version of windows 2008. that’s not the way i like to go.
so i was checking the new features how can i tell IIS7 to work with a 32 and 64bit .net framework parallel. again some hours of reading the new configuration stuff i found out YES IT CAN!
In IIS7 (not in earlier versions) you can create manual in a special configuration file by hand exact this stuff. first you have to open C:\Windows\System32\inetsrv\config the file: applicationHost.config
Search for <applicationPools>
you see in this sections all your IIS Web Pools.
Now we are Creating two diffrent Pools one for asp.net with 64 and one with 32 bit support, with adding this lines in this section:
<add name=”MyASPNET32bit” autoStart=”true” enable32BitAppOnWin64=”true” />
<add name=”MyASPNET64bit” autoStart=”true” enable32BitAppOnWin64=”false” />
after closing you can find in your IIS7 Administaion Tool both Pools. After changing the pool to MyASPNET32bit to my Delphi Prism Application with asp.net and dbxpress, all runs fine.
I think something in dbx stuff in .net must have some PInvoke stuff in 32bit or not correct signed or what ever. there is the problem, where the 64.bit stuff will not except. but this is a simple workaraound and i hope the bug will fixed soon.
have fun and regards
daniel magin
Think Delphi
EDIT: SEE IN COMMENTS A EASY WAY TO DO IT FROM SEBASTIAN GINGTER
May 28, 2009 Posted by dmagin | Embarcadero (CodeGear) stuff | | 4 Comments
Delphi 2009 Update 3 and Update 4 available
CodeGear have published on the server the new Updates 3 and 4 for Delphi 2009.
A complete list with all bugfixes can be found here
Delphi 2009 Update 3 Bug Fix List
Delphi 2009 Update 4 Bug Fix List
regards
Daniel Magin
Think Delphi
May 28, 2009 Posted by dmagin | Embarcadero (CodeGear) stuff | | 1 Comment
Member
DelphiLive! 2009
Blogroll
-
Blog Stats
- 46,683 hits
Login
Member of
DelphiExperts Feed- Veranstaltungsbewertung Berlin/Stuttgart
- DelphiExperts Power Workshop Berlin
- DelphiExperts Power Workshop Stuttgart
- ASP.NET mit Delphi Prism
- Einführung in die professionelle Softwareentwicklung unter .NET mit Delphi Prism
- Entwicklung von Webanwendungen mit der VCL für das Web/IntraWeb
- Delphi 2010 – Was ist neu? Ein Intensiv-Workshop
- DelphiExperts Day – Delphi 2010 Dortmund
- DelphiExperts Day – Delphi 2010 Hannover
- DelphiExperts Roadshow – Düsseldorf
Delphifeeds- Technical Leadership #2 December 15, 2009
- Upcoming Michael Rozlog Interview December 15, 2009
- No Access Violation For Me - Return a Property Value From a Nil Delphi Object December 15, 2009
- Migrating to C++Builder 2010" live webinar tomorrow, Tuesday, December 15, 11:00AM PST / 2:00PM EST December 15, 2009
- In-Memory DataSets: ClientDataSet and .NET DataTable Compared: Part 3: Populating In-Memory DataSets December 15, 2009
- Delphi 2010 Handbook Part 1 PDF Available December 14, 2009
- Delphi 2010 Updates 4 and 5 December 14, 2009
- RAD Studio 2010 Update 4: Report on Automatic Incident Reports December 14, 2009
- RAD Studio 2010 Update 4/5 Released December 14, 2009
- Reading about your favorite tool Delphi December 14, 2009
- Delphi/C++Builder 2010 Updates 4 and 5 available December 14, 2009
- Random Thoughts on the Passing Scene #138 December 14, 2009
- Is Embarcadero working on a Garbage Collector for Delphi? December 14, 2009
- Commonly Confused Tidbits re .NET Garbage Collector December 14, 2009
- Delphi 2010 DirectWrite "Hello World" Example December 14, 2009
Pages
Archives
-
Archives
- November 2009 (4)
- October 2009 (3)
- August 2009 (5)
- July 2009 (9)
- June 2009 (2)
- May 2009 (10)
- April 2009 (2)
- March 2009 (4)
- February 2009 (4)
- January 2009 (3)
- October 2008 (2)
- August 2008 (1)
-
Categories
-
RSS
Entries RSS
Comments RSS

