1. |
Re: 64bit, alpha, teljesitmenyproblema (mind) |
12 sor |
(cikkei) |
2. |
Re: ora beallitasa windowsban (mind) |
50 sor |
(cikkei) |
3. |
c kerdes (mind) |
9 sor |
(cikkei) |
4. |
RE: ora beallitasa windowsban (mind) |
105 sor |
(cikkei) |
5. |
Re: kezdo c++ gondok linux alatt... (mind) |
25 sor |
(cikkei) |
6. |
Re: Delphi form frissites #1206 (mind) |
15 sor |
(cikkei) |
7. |
[thx] ZigZag programkeszites (mind) |
6 sor |
(cikkei) |
8. |
oraballitas (mind) |
7 sor |
(cikkei) |
9. |
ujra delphi frissites (mind) |
12 sor |
(cikkei) |
10. |
Delphi gond (MSSQL) (mind) |
18 sor |
(cikkei) |
11. |
Re:Temakor: Soros port ( 7 sor ) (mind) |
11 sor |
(cikkei) |
|
+ - | Re: 64bit, alpha, teljesitmenyproblema (mind) |
VÁLASZ |
Feladó: (cikkei)
|
wrote:
>> Mivel forditotok alpha-n? gcc-vel vagy a Digital C++ forditojaval?
>> Esetleg ki lehetne probalni a masikat, bar meglepodnek, ha a gcc jobb
>> lenne, mint a Digital C++ forditoja.
legutolso informacioim szerint biztos nem lesz jobb gcc-vel mint DEC C-vel ferd
itve. Esetleg meg ott lehet problemad, hogy a karakterkezeles ha nincs kioptima
lizalva, akkor alphan lassabb lesz mint intelen. Ha jol emlexem meg a 21064-es
sorozatu alphakban nem volt byte muvelet, mindent word (64bit) vegzett, esetleg
ere utalhat az a sok mov exception?
homer
|
+ - | Re: ora beallitasa windowsban (mind) |
VÁLASZ |
Feladó: (cikkei)
|
Szervusz!
Nem tudom, hogy az atomoras progik ezzel allitjak be az orat, de en ezt
talaltam a SDKben:
SetSystemTime
SetSystemTimeAdjustment
BOOL SetLocalTime(
CONST SYSTEMTIME *lpSystemTime // address of local time to set
);
lpSystemTime
Points to a SYSTEMTIME structure that contains the current local date and time.
The wDayOfWeek member of the SYSTEMTIME structure is ignored.
The SetSystemTime function sets the current system time and date. The system ti
me is expressed in Coordinated Universal Time (UTC).
BOOL SetSystemTime(
CONST SYSTEMTIME *lpSystemTime // address of system time to set
);
lpSystemTime
Points to a SYSTEMTIME structure that contains the current system date and time
.
The SYSTEMTIME structure represents a date and time using individual
members for the month, day, year, weekday, hour, minute, second, and millisecon
d.
typedef struct _SYSTEMTIME { // st
WORD wYear;
WORD wMonth;
WORD wDayOfWeek;
WORD wDay;
WORD wHour;
WORD wMinute;
WORD wSecond;
WORD wMilliseconds;
} SYSTEMTIME;
Remelem hogy segitettem.
--
udvozlettel,
Gergely
|
+ - | c kerdes (mind) |
VÁLASZ |
Feladó: (cikkei)
|
Hi!
Lenne egy lama kerdesem....remelem tudtok segiteni...
Szoval, hogy lehet azt megcsinalni, hogy egy bizonyos dolgot addig
csinaljon a program meg lenem nyomom pl. az ESC-et?
Thanx!
Bye!
|
+ - | RE: ora beallitasa windowsban (mind) |
VÁLASZ |
Feladó: (cikkei)
|
** Hali !
** Kellene nekem valami egyszerű API hivas amivel windowsban
** (NT/2000) be leh
** et allitani az orat.
Szia!
Bocsi, hogy nem kezdem el reszletezni, es csak a Win32 SDK idevonatkozo
reszet illesztem be.
The SetSystemTime function sets the current system time and date. The
system time is expressed in Coordinated Universal Time (UTC).
BOOL SetSystemTime(
CONST SYSTEMTIME *lpSystemTime // address of system time to set
);
Parameters
lpSystemTime
Points to a SYSTEMTIME structure that contains the current system date and
time.
The wDayOfWeek member of the SYSTEMTIME structure is ignored.
Return Values
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error
information, call GetLastError.
Remarks
Windows NT: The SetSystemTime function fails if the calling process does
not have the SE_SYSTEMTIME_NAME privilege. This privilege is disabled by
default. Use the AdjustTokenPrivileges function to enable this privilege
and again to disable it after the time has been set. For more information
about security privileges, see Privileges.
Windows 95: Security privileges are not supported or required.
---
--------------
The SYSTEMTIME structure represents a date and time using individual
members for the month, day, year, weekday, hour, minute, second, and
millisecond.
typedef struct _SYSTEMTIME { // st
WORD wYear;
WORD wMonth;
WORD wDayOfWeek;
WORD wDay;
WORD wHour;
WORD wMinute;
WORD wSecond;
WORD wMilliseconds;
} SYSTEMTIME;
Members
wYear
Specifies the current year.
wMonth
Specifies the current month; January = 1, February = 2, and so on.
wDayOfWeek
Specifies the current day of the week; Sunday = 0, Monday = 1, and so on.
wDay
Specifies the current day of the month.
wHour
Specifies the current hour.
wMinute
Specifies the current minute.
wSecond
Specifies the current second.
wMilliseconds
Specifies the current millisecond.
Remarks
It is not recommended that you add and subtract values from the SYSTEMTIME
structure to obtain relative times. Instead, you should
.. Convert the SYSTEMTIME structure to a FILETIME structure.
.. Copy the resulting FILETIME structure to a LARGE_INTEGER structure.
.. Use normal 64-bit arithmetic on the LARGE_INTEGER value.
|
+ - | Re: kezdo c++ gondok linux alatt... (mind) |
VÁLASZ |
Feladó: (cikkei)
|
Az rtin szerint azt irta, hogy:
>
> Hali !!
>
> Megprobaltam elkezdeni linux alatt c/c++-ban programozni, de mar elegge az
> elej en elakadtam: amikor beinclude-olom az iostream headert, akkor
> azonnal kiír nemtom milyen mak ro hibakat a header fileban, namost en nem
> nyultam hozza, gyarilag ilyen?
A konkrét hibaüzenet sokat segítene...
[...]
> Aztan: szereztem netrol linuxos
> conio-t, de sajna nem tudtam befuteni! probalta m tobb helyre is
> bemasolni, amikor include-olom, nem ir ki hibat, de amikor has znalnek
> belole egy fuggvenyt, akkor kiirja, hogy nem ismeri ! Hasznalta vki ezt a
> conio-t ?!
Kokrétan mileyn formában szerezted? Nézz utána, hogy nincs véletlenül
egy debian-os csomag, ami tudja ezeket. Ha a forrást szedted le, akkor a
fordítás utáni make install a helyére szokta pakolni a file-okat,
maximum ha használni akarod, akkor meg kell mondani egy -I után, hogy
vannak az include file-ok, -L után, hogy hol vannak a library-k, és -l
után a library nevét.
Bye,NAR
|
+ - | Re: Delphi form frissites #1206 (mind) |
VÁLASZ |
Feladó: (cikkei)
|
>De ha egyszer megjelenítem a formot, akkor
>utána más menüpontból is ugyanazt jeleníti meg.
....
> Mi a megoldás? Én eddig nem találtam meg a helpben.
- Nem voltal tul bobeszedu, ugyhogy csak talalgatni tudok
(esetleg, ha megadnad, hogy mi (pl.: TEdit) nem akar valtozni,
es szerinted mire kellene valtoznia)
- Ha hivasonkent kulonbozo tablakat (TTable, TQuery) hasznalnal,
akkor celszeru lehet a hivo helyerol elotte egy (TTable eseten)
Close, TableName := UjTablaNeve, Open
rajuk.
Udv: Tibor
|
+ - | [thx] ZigZag programkeszites (mind) |
VÁLASZ |
Feladó: (cikkei)
|
Hi Coders!
Koszonom Marosi Istvan-nak " >"
a ZigZag programkeszites-re adott kivalo valaszat.
udv.: XiX/PsychoMix
|
+ - | oraballitas (mind) |
VÁLASZ |
Feladó: (cikkei)
|
HI!
Koszonom mindenkinek, a multkori Subjbeli kerdesemre erkezett valaszt.
Bar a direkt API leiras jelen esetben hatekonyabb segitseg volt, azért külön kö
szönöm Marosi Istvánnak a "halaszati oktatast" :-)
Üdv : Csiszár L.
(webes bekuldes, a bekuldo gepe: 194.143.232.122)
|
+ - | ujra delphi frissites (mind) |
VÁLASZ |
Feladó: (cikkei)
|
Udv Mindenkinek!
Az előző levelem nem volt elég pontos. Egy formot
több menüpontból meg lehet nyitni, és más-más
dolgot kellene megjeleníteni a form grafikus felületén.
Na ez az ami nem akar változni, ha egymás után több
menüpontból megnézem. A megnyíló form modális ablak.
Ha lehet, a válaszokat magánba is kérném.
Köszi
Tőkés Krisztián
www.civisweb.hu
|
+ - | Delphi gond (MSSQL) (mind) |
VÁLASZ |
Feladó: (cikkei)
|
Hello!
A probléma a következő:
Van egy MSSQL adatbázis (MSDE).
A Delphi BDE be van állítva.
Az SqlExplorer látja a táblákat is,a benne
lévő adatokat is.
De csak 4904 db rekordot lát,pedig a
táblában 42000 rekord van benne.
Ezt pedig a WinSql is kiadja.
A Delphi RecordCount-ja is csak 4904 db
rekordot mutat.
Miért???? A fene se érti ezt.
Valaki segítsen,mert hozom a kanna benzint.
Üdv. Csaba
|
+ - | Re:Temakor: Soros port ( 7 sor ) (mind) |
VÁLASZ |
Feladó: (cikkei)
|
> Felado : [Hungary]
> Temakor: Soros port ( 7 sor )
> Idopont: Tue Jun 12 13:13:14 CEST 2001 CODER #1205
Sziasztok!
Segitsegeteket szeretnem kerni a kovetkezo problemahoz: szeretnem, ha a
program om eszrevenne, hogy a soros portra csomag erkezett. Hogyan lehet
ezt megoldani? Egy kulon szalban allandoan olvasni kell a soros portot
vagy van ilyen esemeny e az op. rendszernek? Borland C++ Builder 3ban
dolgozom Windows 9x alatt. Elore is koszonom
|