Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Source is out of date
Message
From
04/11/2010 07:37:19
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
04/11/2010 07:14:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01488091
Message ID:
01488170
Views:
55
Charles,
are they compiled into the app? then ,no

I do something like
#DEFINE BuildAction_None				0									&& No Value
#DEFINE BUILDACTION_REBUILD			1									&& Rebuild Project
#DEFINE BUILDACTION_BUILDAPP			2									&& Build APP
#DEFINE BUILDACTION_BUILDEXE			3									&& Build EXE
#DEFINE BUILDACTION_BUILDDLL			4									&& Build DLL
#DEFINE BUILDACTION_BUILDMTDLL		5									&& Build MTDLL
#DEFINE dcBuildAction_Rebuild_Ext			'pjx'								&& Rebuild Project
#DEFINE dcBuildAction_BuildApp_Ext		'app'								&& Build APP
#DEFINE dcBuildAction_BuildExe_Ext		'exe'								&& Build EXE
#DEFINE dcBuildAction_BuildDll_Ext			'dll'								&& Build DLL
#DEFINE dcBuildAction_BuildMTDLL_Ext		'dll'								&& Build MTDLL

  lnBuildAction = BUILDACTION_BUILDEXE

 lnProjs     = APPLICATION.PROJECTS.COUNT
 FOR lnProj = lnProjs TO 1 STEP -1
  loProject = _VFP.PROJECTS(lnProj)
    loProject.BUILD(FORCEEXT(loProject.NAME,dcBuildAction_BuildExe_Ext),lnBuildAction,.T.)
 ENDFOR &&lnProj
Just turn it on and do documentation. ::)

Agnes

>In that case would blowing away the fxp files to force a recompile of prgs do the trick?
>
>>vfp will show this behaviour when daylight saving time "changes" and the source was compiled in the other "period". Just one of the "Duuhhh, what were they thinking!" moments for vfp I encounter twice a year ;-)
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform