It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have a Delphi 7 Web broker app that is working perfectly. I need to upgrade to Delphi 2010 because the web services in Delphi 7 doesn't work with the web service I need to consume. When I compile and run it under Delphi 2010 i get "The specified CGI application misbehaved by not returning a complete set of HTTP headers" error. I'm guessing it is related to ansistring but cannot figure it out.
Any ideas on how I can solve this problem.
Thanks
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am planning to learn to program with Directx9/10 this summer.My computer has Directx11 installed. I was wondering if previous versions will work on it? I tried running a few sample codes from Frank Luna's website I ran into some errors.
Yes absolutely.
But if you are using any of the DX helper DLLs (D3DX_xx.dll) that comes with the SDK (and not shipped in Windows), you may need to redistribute those binaries with your application.
For local development, easiest thing to do is just install the DirectX 9 or 10 SDK on your computer. It should copy the extra helper DLLs as appropriate.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
recently I'm developing a J2ME application using LWUIT library, my application size is 679 KB after obfusticating.
in some mobile devices and in non-specific events I get OutOfMemoryError error.
I want to know what this error is for and does it related to Memory of device or its a bug of my application, and what is the solution?
thanks a lot in advance
Unfortunately there is not a way to tell how to fix your application without studying it. This wiki entry is a good start to understand what to look for when optimizing memory for JavaME apps.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Any reasons that I should or should not use Oracle JRE 7 in production?
Actually I am not planning on doing this since I am getting an error javac: target release 1.6 conflicts with default source release 1.7
It is a bug (http://jira.grails.org/browse/GRAILS-8393) but the fix does not seem to work.
Oracle JRE 7 should be good to go - there aren't any known showstopper issues.
Of course, you should test thoroughly before you deploy, but you do that already for any deployment, right? :-)
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
How make program like skype,?
What should I have to know to make it like the program?
Which component should I use?
On Windows, Skype is written in Delphi and uses Indy for its network communications. You will have to implement the actual audio/video protocols manually.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Hi i was using HttpModule to Perform Extension-Less URL Rewriting
as explained at http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx Approach 3:
works perfectly in IIS7, now i just published the solution to the live environment it doesnt work.
the reason seems to be the fact that they are running IIS6
the question is
does anyone now any quick solution to make it work in IIS6 without having to change all the code?
thanks
I suggest you check out IIRF, the Ionics Isapi Rewrite Filter. It works with IIS 6 and 7 and supports a directive-and-regex-based syntax similar to Apache's mod_rewrite. It's Open Source donationware.