Search found 28 matches: monolithic

Return to advanced search

Interesting discussion with ChtGPT

... it in today's tech landscape. Cyclical Trends: In software development, there are often cyclical trends. For instance, there was a move away from monolithic applications towards microservice-based architectures, and now there are discussions about "monoliths done right". So, it wouldn't ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243

Re: ResEdit y Borland 7.4

... years ago I decided to work only with .rc files to build my forms. I came up with a windows batch file to combine all ..rc files into a single monolithic .rc which I then compile into .res. This is a variant if the rc2dll32.dll.bat file : @Echo Off DEL LeaveW32.RC DEL LeaveW32.RES COPY *.RC ...
by Rick Lipkin
Mon May 18, 2020 1:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ResEdit y Borland 7.4
Replies: 15
Views: 2260

Re: Need .RES File to include in my project !!!

If You use Borland .. here is what I use .. Copy all my .rc into one single .rc Use Borlands brcc32 compiler .. see syntax below .. this takes the monolithic VehW32.rc and creates the VehW32.Res file which I add to the link list .... If there are any errors they will show up in Rick.txt Hope that ...
by Rick Lipkin
Mon May 27, 2019 10:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need .RES File to include in my project !!!
Replies: 5
Views: 1184

Re: Cantidad de archivos .RC

... is load the one file MyRC32.RC in your link list .. Rc files are text only and you can combine as many of them together as you like into a single monolithic RC file Rick Lipkin That's great! Thanks a lot Mr. Rick
by Compuin
Sun May 05, 2019 5:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cantidad de archivos .RC
Replies: 2
Views: 393

Re: Cantidad de archivos .RC

... is load the one file MyRC32.RC in your link list .. Rc files are text only and you can combine as many of them together as you like into a single monolithic RC file Rick Lipkin
by Rick Lipkin
Sun May 05, 2019 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cantidad de archivos .RC
Replies: 2
Views: 393

Re: Limite de ventanas en un .RES

... worth ... I work with individual .rc for each of my forms ... Since .rc files are just text .. I copy them all to a single .rc then compile the monolithic .rc to .res and add the ( single ) .res to my compile list that gets burned into my .exe ... here is my batch file .. specifically for the ...
by Rick Lipkin
Thu May 03, 2018 12:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Limite de ventanas en un .RES
Replies: 8
Views: 861

Re: ResEdit - Error: RLINK32: Unsupported 16bit resource in file

... I work always in .rc and create all my forms in .rc. At compile time I use a simple batch file to copy all the .rc files together into a single monolithic .rc and then compile that single .rc to .res and it is the .res file that gets compiled into my application .. Here is a sample batch file ...
by Rick Lipkin
Wed Apr 04, 2018 12:49 pm
 
Forum: Utilities / Utilidades
Topic: ResEdit - Error: RLINK32: Unsupported 16bit resource in file
Replies: 2
Views: 1108

Re: Convert to Pelles or keep Workshop on Win7-32 bit

... so I know my product will run just fine in the main stream. Here is a sample batch file I use for Bcc73 to copy all my single .rc forms into a monolithic .rc and compile to .res .. there are lots of different ways to accomplish the same thing .. I just choose to work with individual forms as ...
by Rick Lipkin
Mon Nov 27, 2017 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert to Pelles or keep Workshop on Win7-32 bit
Replies: 14
Views: 2469

Re: FONT has changed (not by code)

... worth here .. I never create a public font ... I always try to compartmentalize all my module into one .prg and have Static Functions within that monolithic .Prg .. Like for example .. I may have a Customer module that has a xBrowse component to view customer records, I will have a Add, Edit and ...
by Rick Lipkin
Wed Aug 30, 2017 1:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FONT has changed (not by code)
Replies: 11
Views: 1939

Re: xHarbour.org updated!

... Because of my stubbornness, years ago I decided to create all my resouces as individual .rc files .. rather than working with one Single monolithic .rc adding new forms as needed. Many years ago working with BRW, somehow my single .rc became corrupted and was a total 'gonner' taking over ...
by Rick Lipkin
Sun Apr 09, 2017 11:18 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37544

Re: xHarbour.org updated!

Enrico

Just sent you my monolithic .rc file .. Compile to .res with brc32 -r and you will see the problems associated with the ResEdit header files.

Thanks
Rick Lipkin
by Rick Lipkin
Fri Jan 27, 2017 3:14 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37544

Re: resedit command

... each .rc to your compile list .. just too many to keep up with .. Since .rc is just a text file anyway .. I just copy them all together into one monolithic .rc .. so I just have one file to add to my compile list.. either as one single .rc or compiled as .res. I think with xMate you can call ...
by Rick Lipkin
Sun Jun 12, 2016 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: resedit command
Replies: 11
Views: 2032

Re: Early days of Clipper

... a Windows-based IDE and several add-on libraries. CA-Clipper programs require no runtime royalties or network licences, are distributed as a monolithic .EXE files so the source code is safe, and run under DOS, Windows, OS/2, etc. Memory is not a problem, either. CA-Clipper has a sophisticated ...
by Antonio Linares
Thu Jan 08, 2015 9:03 am
 
Forum: Off Topic / Otros temas
Topic: Early days of Clipper
Replies: 4
Views: 1642

Re: Considering moving to Korea to build FiveTouch

... operating system to include Windows Xp through Windows 8.1 Database: Ms Access or Sql Server, Agency's choice The program shall be a single monolithic compiled .exe with very few if any associated dynamic libraries (.dll ) and SHALL NOT use any DOT NET run-time desktop support client. All ...
by Rick Lipkin
Sun Nov 09, 2014 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Considering moving to Korea to build FiveTouch
Replies: 30
Views: 6828

Re: OT: Windows 10 and FWH

... Microsoft operating system to include Windows XP through Windows 8.1. Database: MS Access of Sql Server .. Agency's choice The program shall be a monolithic compiled .exe with very few if any associated dynamic libraries ( .dll ) and SHALL NOT use any DOT NET run-time desktop support client. All ...
by Rick Lipkin
Thu Oct 02, 2014 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Windows 10 and FWH
Replies: 25
Views: 8212
Next

Return to advanced search

cron