Questions tagged [group-project]

7 questions
12
votes
8 answers

Places to find a group for online summer project

The summer is coming up and I will be having a lot of time on my hands. I thought spending the time collaborating on a project online with several other passionated programmers somewhere in the world would be a great idea. I've never tried online…
Kasper Holdum
  • 12,993
  • 6
  • 45
  • 74
6
votes
1 answer

Building Delphi project from Visual Studio Code

I have already set up build and debug environment for Object Pascal inside Visual Studio Code via FPC and GDB, but I just made build process work for programs containing only 1 .pas file via "command": "fpc", "args": [ "-g", "-Px86_64",…
Lukas Salich
  • 959
  • 2
  • 12
  • 30
2
votes
1 answer

How to develop a DLL and two apps which access it

This is something new for me, and the question is probably more about the Delphi IDE than the code. I want to develop a DLL and two applications which will use it. I made a very basic DLL and a quick dummy app to test it. So far, so good. BUT, all…
Mawg says reinstate Monica
  • 38,334
  • 103
  • 306
  • 551
1
vote
1 answer

Is it possible to change the host application for multiple projects in a Delphi 2009 group project?

I'm not sure why this isn't something that is changeable with an option set, it would be really nice if it was. And it's not even in DDevExtensions, although I can change a lot of other stuff there. Is there a place in the Delphi 2009 IDE, or yet…
Peter Turner
  • 11,199
  • 10
  • 68
  • 109
0
votes
0 answers

How to use units in delphi project group

I have a group of projects with 3 projects (standAlone, ISAPI, module for apache), until now they all have the same file.pas and when modifying code and compiling the .exe, the .dll and .so are updated. I want to add another unit (.pas file) to…
0
votes
1 answer

Is it possible to download files created on Stypi and in the same format?

I'm looking for a tool for programming in real time with my partners and Stypi seems very nice but the download option would be amazing.
0
votes
2 answers

Where the .cpp files are stored on installed Delphi .groupproj file?

I have a RxLib Tools installed on my Delphi XE. I need to learn more about the RxLib source but I don't know where the .cpp files are stored on installed Delphi .groupproj file.. Anyone here can help me where it were stored? Thank in advance.
Jessie M
  • 498
  • 1
  • 9
  • 23