Compiling under Delphi 7 on Win10 doesn't show any output [closed] - delphi-7

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 days ago.
Improve this question
I'm new to Delphi (I'm used to Visual Studio) and using it on a Windows 10 Pro system.
I tried Delphi 11 and it worked as expected.
Delphi 7, which I need to use, installed okay (I modified the ACL for the Program Files (x86) folder it's installed in, as recommended by others for Windows 10), but when I build there is no output, yet the .dcu files' modified date has changed, so it appears it built okay.
Is that the way Delphi 7 works, or is there some Window I'm missing that contains the output?

Related

Where is glcorearb.h supposed to come from, and where is it supposed to live in Windows? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
I am trying to build jpeg_gpu, and the current Visual Studio error is "Cannot open 'GL/glcorearb.h' ".
I can find the file 'glcorearb.h' online at khronos.org, but I'm not entirely sure if I am supposed to just fetch this one file, or if it's supposed to be installed as part of some other library. It doesn't seem to come as part of GLFW or GLEW.
What is the most sensible way to obtain glcorearb.h? On its own, or as part of a larger library?
If it should be downloaded on its own, where is the most sensible place for it to live on a Windows machine for Visual Studio to find?
Khronos is the official group for OpenGL matters. They publish the headers.
People at GLFW, GLEW, VS, or whatever, download the headers and incorporate in their code. Sometimes they do some small changes, mainly for 32/64 bit types or compiler adjustments.
If you compare glext.h and glcorearb.h you will see that the later doesn't include any stuff for OGL before 3.2, while the glext.h contains all. So, general libs (like GLEW) will provide and use glext.h instead of glcorearb.h.
If your code requires glcorearb.h then just fetch it from Khronos and put it in the same folder where glext.h is.

Can't run windows executable in Wine on Mac [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Getting this output: http://pastebin.com/PzQULCtx
Trying to run program called Chess Position Trainer with Wine on my Mac. I have tried VMs but they make the program run way too slow. A friend suggested Wine but I'm having trouble getting to running. I made a prefix with WineBottler to create the app. When I click on the .exe it bounces on my dock for a bit and then closes. When I try to run it through my terminal it gives me that above output. Tried googling this issue but not gleaning anything from my search. Any ideas?
You need to find the location of the Wine installation by running the program directly, one of the optional File paths is the location of the Wine or for mac you should be using the new version WineBottler which is now trademarked for Mac OS X and included Wine and Winebottler. Once you run the program directly your .exe will be in the system files in the same way Windows would store the files under Wine-1.7/Program Files. You might want to reinstall so that you have an easily accessible folder. Make sure to delete all Wine Folders first if you do so. Right now I'm trying to get serial bus and internet functionality within my applications and the new version includes a list of optional services called winetricks that can be applied from the menu, but right now I'm staring at a seemingly hung DOT NET 3.5 SP1 which I'm probably going to let run all day because if it's installing service packs, I've seen those take weeks on old Windows computers.

Win95 programming for Win8 [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I know some of you will think this silly, but I want to compile a Windows program on Win95 that will run on Win95/98/98SE/2K/ME/XP/VD/7/8 but not necessarily WinCE/3.1/RT as they don't implement Win32 API natively. I realize the Win32 API has evolved since its Win95 specification, but it should be backwards compatible as that is the main reason people use Windows as I understand it. What levels of API emulation must take place to make this possible? How does WinVD/7/8 implement compatibility? I ask so that I can write windows software that runs as seamlessly as possible across the Windows OSes.
Also, while slightly different but related, is it possible to cross-compile for Metro from other Windows distributions or from Mac or Linux? I realize debugging or running wouldn't be possible but I figure compilation should be.
There is absolutely no problem. If you can compile and run a program on Windows 95, that same program should run on Windows 98, ME, 2000, XP, Vista, 7 and 8. But you'll probably need an old development environement such as Visual Studio 6.
But if you are writing a program that should run on Win 95, you cannot use the APIs that have been introduced after Windows 95.
But honestly today there are not many reasons why Windows 95 should be supported.
Seel also here.

Legacy VB6 App won't start [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I inherited a headache. I have a small legacy (GUI) app that was developed 10 years ago and the VB6 source code is long gone. It works currently on a couple of old XP PCs and I was asked to see if I could get it working on Windows 7 64bit. Well… that was a no go, so I tried a 32bit version to verify that 64 wasn’t the issue and it didn’t work. So I then created an XP virtual machine and it didn’t work either. The issue is the same on all three environments. You double click the .exe and nothing is displayed but when you look under task manager, it’s there and pegging the CPU.
I downloaded Dependency Walker and it seems that all the required dlls and OCX files are there. Can anyone suggest anything else? I’m really at a loss here. Anything would be appreciated!
The standard approach is to download and run ProcessMonitor, set it to filter just your executable, run your executable and ProcessMonitor will capture what DLLs/Files/ Registry settings are being used by your application.
Have you confirmed you have the VB6 runtime files installed?
http://support.microsoft.com/kb/290887
I'm not sure if they are included in Win7 anymore and they were only in XP in one of the later service packs.

Installing several Windows instances on Virtualbox [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
in Virtualbox it is possible to set up several instances of the same OS. Now I want to install Windows XP two or three times, because I need to check all my webwork on different Windows settings and IEs. Therefore I need to purchase one working license for the XP. But If I want to run three XPs (NOT simultaneously), do I need to have three licenses?
Thanks for your help...
To keep your boss happy (not spending more money than needed) and the Microsoft company happy you may want to consider installing their VHD's:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=21eabb90-958f-4b64-b5f1-73d0a413c8ef
You can load these with Virtualbox. In so doing no licence violations will have been committed.
I’ve tried to install a fully working Windows OS over the VM. It actually did work, but I was looking for something easier and slicker. I did find the Wine app in addition to the Winebottler app. These two work together perfectly for my needs: Installing IE 6, 7 and 8 for testing purposes. However I’ve had some issues installing IE6, but I think I will work it out soon. Use Wine to install Windows apps without having to run a full Windows partition. You just have to download the Winebottler, its image contains Wine already. You just have to Update Wine after running it the first time.
Thanks for your reply Mathew. I think your solution is also worth thinking about!
Best, Floyd Pepper

Resources