Zobrazit příspěvky

Tato sekce Vám umožňuje zobrazit všechny příspěvky tohoto uživatele. Prosím uvědomte si, že můžete vidět příspěvky pouze z oblastí Vám přístupných.


Příspěvky - x14

Stran: 1 2 3 [4] 5 6 ... 13
46
Hardware / Re:Mám vyměnit baterii u UPS Eaton?
« kdy: 09. 03. 2018, 14:44:40 »
Vždyť to tam nemá žádnou nebo skoro žádnou izolaci mezi kontakty.
??? Připojoval jsi vůbec někdy něco do tohoto konektoru?

47
Hardware / Re:Mám vyměnit baterii u UPS Eaton?
« kdy: 09. 03. 2018, 14:15:10 »
Na základní diagnostiku autobaterie doporučuji nějaký takovýto čínský voltmetr. Max $2 i s dopravou!
Pokud má po nabití (alespoň několik hodin odstátá! ideálně 24 hodin) baterka více než 12.2V, pak je nejspíš dobrá. Pokud má 12.1V a méně, pak je kaput. Špičková baterie má v klidu až 12.8V. Při jízdě se dá omrknout, kolik je nabíjecí napětí (normální čísla jsou 13.0V − 14.6V).

48
Hardware / Re:Mám vyměnit baterii u UPS Eaton?
« kdy: 08. 03. 2018, 20:42:47 »
Co to bylo za značku? Mám od nedávna APC tak až budu měnit, třeba si vzpomenu.  :)
Když jsem to kuchl, tak jsem zjistil, že tam jsou dva naprosto standardní akumulátory se pevně danými rozměry, našel jsem to v GESu. Byla to značka CSB a nejspíš to byl tento typ. Pokud odpovídají všechny parametry, tak ale na jméně vůbec nezáleží.

49
Hardware / Re:Mám vyměnit baterii u UPS Eaton?
« kdy: 08. 03. 2018, 18:14:17 »
Já taky koupil "neoriginál", který byl o skoro půlku levnější než "originál" APC.
A doma jsem zjistil, že to vyrobila stejná firma a příplatek byl za nálepku.

50
Hardware / Re:Mám vyměnit baterii u UPS Eaton?
« kdy: 08. 03. 2018, 16:53:18 »
Jsem se rozhodl to vyměnit a objednal za pětistovku novou

Tak proč se vlastně ptáš?  ;D

Moje UPSka si zařvala, když baterka zeslábla a bylo to po asi 5 letech.

51
Vývoj / Re:Přehlednost syntaxe C++
« kdy: 23. 02. 2018, 20:24:08 »
Prosím vás, takovéto příšernosti jsou s autem běžné?
Chtěl jsem se naučit řídit, ale tohle teda dost odrazuje.

52
Že to je .NET je jasné, ale pochybuji, že má nějaký smysl se o cokoliv pokoušet.

53
...
Mimochodem, to, že se ve Windows opravují problémy aplikací se už dlouhá léta děje....
Proc myslis ze maj "drivery" nvidie/ati 400+MB ...
Protože "arena.exe"  ;D

54
Člověk by čekal, že tohle si systém pořeší. Že tedy pro starý appky bude existovat složka C, která se bude tvářit jako C disk, něco podobného snad Widle umí, veškeré požadavky na čtení, zápis, dané appky včetně instalátoru budou přesměrovány tam. Jenže ti vy MS musel řešit podstatné věci a ne chujoviny.
A to je podle mě přesně cesta do pekel. Problém není v systému, ale v těch aplikacích (respektive jejich instalátorech). A je úplně jedno, jak jsou staré.
Mimochodem, to, že se ve Windows opravují problémy aplikací se už dlouhá léta děje. Stačí mrknou do uniklých zdrojáků w2k a hledat string BUGBUG. Přikládám ukázku ze souboru wowcmpat.h - viz komentáře:

Kód: [Vybrat]
#define WOWCF_GRAINYTICS              0x80000000   // For apps that don't trust small GetTickCount deltas
#define WOWCF_FAKEJOURNALRECORDHOOK   0x40000000   // Used for MS Mail's MAILSPL
#define WOWCF_EDITCTRLWNDWORDS        0x20000000   // Used for Clip-Art Window Shopper SHOPPER
#define WOWCF_SYNCHRONOUSDOSAPP       0x10000000   // Used for BeyondMail installation
#define WOWCF_NOTDOSSPAWNABLE         0x08000000   // For apps that can't be spawned by dos as wowapps
#define WOWCF_RESETPAPER29ANDABOVE    0x04000000   // Used for WordPerfect DC_PAPERS
#define WOWCF_4PLANECONVERSION        0x02000000   // Used for PhotoShop 4pl-1bpp to 1pl-4bpp
#define WOWCF_MGX_ESCAPES             0x01000000   // Used for MicroGraphax Escapes
#define WOWCF_CREATEBOGUSHWND         0x00800000   // Explorapedia People has problems with handle recycling -- see bug #189004
#define WOWCF_SANITIZEDOTWRSFILES     0x00400000   // For WordPerfect printing on CONNECTED printers
#define WOWCF_SIMPLEREGION            0x00200000   // used to force simple region from GetClipBox
#define WOWCF_NOWAITFORINPUTIDLE      0x00100000   // InstallShield setup toolkit 3.00.077?.0 - 3.00.099.0 deadlock without this
#define WOWCF_DSBASEDSTRINGPOINTERS   0x00080000   // used for winworks2.0a so that it gets DS based string pointers
#define WOWCF_LIMIT_MEM_FREE_SPACE    0x00040000   // For apps that can't handle huge values returned by GetFreeSpace() (Automap Streets)
#define WOWCF_DONTRELEASECACHEDDC     0x00020000   // improv chart tool uses a released dc to get text extents, the dc is still usable on win3.1

// note: this is no longer set in the registry for PM5APP but users of older
//       versions of PM5 may need to set it manually - a-craigj
#define WOWCF_FORCETWIPSESCAPE        0x00010000   // PM5, force twips in Escape() of DOWNLOADFACE, GETFACENAME
#define WOWCF_LB_NONNULLLPARAM        0x00008000   // SuperProject: sets lParam of LB_GETTEXLEN message
#define WOWCF_FORCENOPOSTSCRIPT       0x00004000   // GetTechnology wont say PostScript.
#define WOWCF_SETNULLMESSAGE          0x00002000   // Winproj Tutorial: sets lpmsg->message = 0 in peekmessage
#define WOWCF_GWLINDEX2TO4            0x00001000   // PowerBuild30 uses index 2 on [S/G]etWindowLong for LISTBOXs, change it to 4 for NT. This is because, it is 16 bits on Win 31. and 32 bits on NT.
#define WOWCF_NEEDSTARTPAGE           0x00000800   // PhotoShop needs it
#define WOWCF_NEEDIGNORESTARTPAGE     0x00000400   // XPress needs it
#define WOWCF_NOPC_RECTANGLE          0x00000200   // QP draws bad if GetDeviceCaps(POLYGONALCAPS) sets PC_RECTANGLE
#define WOWCF_NOFIRSTSAVE             0x00000100   // Wordperfect needs it for meta files
#define WOWCF_ADD_MSTT                0x00000080   // FH4.0 needs to print on PS drivers
#define WOWCF_UNLOADNETFONTS          0x00000040   // Need to track an unload font loaded over net
#define WOWCF_GETDUMMYDC              0x00000020   // Corel Draw passes a NULL hDC to EnumMetaFile, we'll create a dummy to keep GDI32 happy.
#define WOWCF_DBASEHANDLEBUG          0x00000010   // Borland dBase handle bug
#define WOWCF_NOCBDIRTHUNK            0x00000008   // don't thunk CB_DIR lParam when sent to a subclassed window in PagePlus 3.0
#define WOWCF_WMMDIACTIVATEBUG        0x00000004   // Corel Chart doesn't pass correct params for WM_MDIACTIVATE (see ThunkWMMsg16())
#define WOWCF_UNIQUEHDCHWND           0x00000002   // For apps that assume that an hDC != hWnd
#define WOWCF_GWLCLRTOPMOST           0x00000001   // Lotus Approach needs the WS_EX_TOPMOST bit cleared on GWL of NETDDE AGENT window



// Extra WOW compatibility flags bit definitions (WOWCFEX_).  These flags
// are kept in CURRENTPTD->dwWOWCompatFlagsEx.
//
#define WOWCFEX_SENDPOSTEDMSG         0x80000000   // Lotus MM Reader.exe has message synchronization problem -- used to convert PostMessage() calls to SendMessage()
#define WOWCFEX_BOGUSPOINTER          0x40000000   // QuarkExpress v3.31 passes a hard coded 7FFF:0000 as the pointer to a RECT struct in an EM_GETRECT message
#define WOWCFEX_GETVERSIONHACK        0x20000000   // Set for programs we *may* wish to return 3.95 from GetVersion for.  WK32WowShouldWeSayWin95 restricts this further.
#define WOWCFEX_FIXDCFONT4MENUSIZE    0x10000000   // WP tutorial assumes that the font used to draw the menus is the same as the font selected into the hDc for the desktop window (hwnd == 0). This hack forces the use of the correct hDC.
#define WOWCFEX_RESTOREEXPLORER       0x08000000   // Symantec Q&A Install "restores" shell= by restoring saved copy of system.ini, fix it to explorer.exe
#define WOWCFEX_LONGWINEXECTAIL       0x04000000   // Intergraph Transcend setup uses too-long command tail with WinExec, don't fail if this flag is set.
#define WOWCFEX_FORCEINCDPMI          0x02000000   // Power Builder 4.0 needs to see DPMI alloc's with ever increasing linear address's.
#define WOWCFEX_SETCAPSTACK           0x01000000   // MS Works has unintialized variable. Hack stack to work around it.
#define WOWCFEX_NODIBSHERE            0x00800000   // PhotoShop 2.5 has bug getting DIB's from clipboard
#define WOWCFEX_PIXELMETRICS          0x00400000   // Freelance Tutorial, BorderWidth: winini metrics should be returned as pixels, not TWIPS
#define WOWCFEX_DEFWNDPROCNCCALCSIZE  0x00200000   // Pass WM_NCCALCSIZE to DefWindowProc for Mavis Beacon so USER 32 will set corect window flags.
#define WOWCFEX_DIBDRVIMAGESIZEZERO   0x00100000   // Return memory DC for dib.drv biSizeImage == 0  - Director 4.01
#define WOWCFEX_GLOBALDELETEATOM      0x00080000   // For Envoy viewer that ships with Word perfect office
#define WOWCFEX_IGNORECLIENTSHUTDOWN  0x00040000   // TurboCAD picks up saved 32-bit FS (x3b) and passes it as msg to DefFrameProc
#define WOWCFEX_ZAPGPPSDEFBLANKS      0x00020000   // Peachtree Accounting depends on GetPrivateProfileString zapping trailing blanks in caller's lpszDefault.
#define WOWCFEX_FAKECLASSINFOFAIL     0x00010000   // A bug in PageMaker 50a depends on the GetClassInfo failing in Win3.1 where it succeeds on NT
#define WOWCFEX_SAMETASKFILESHARE     0x00008000   // Broderbund Living Books install opens "install.txt" DENY ALL, and then tries to open it again
#define WOWCFEX_SAYITSNOTTHERE        0x00004000   // CrossTalk 2.2 hangs if it finds Printer/Device entry in xtalk.ini
#define WOWCFEX_BROKENFLATPOINTER     0x00002000   // Adobe Premiere 4.0 has a bug in its aliasing code which can touch unallocated memory
#define WOWCFEX_USEMCIAVI16           0x00001000   // Use 16-bit mciavi.drv for max compatibility
#define WOWCFEX_SAYNO2DRAWPATTERNRECT 0x00000800   // Many apps either don't handle DRP correctly or can't handle the 32-bit ones.
#define WOWCFEX_FAKENOTAWINDOW        0x00000400   // bug #235916 fail IsWindow calls for apps that get burned by handle recycling
#define WOWCFEX_NODIRECTHDPOPUP       0x00000200   // Indicates that we should not do a direct hardware popup for the app
#define WOWCFEX_ALLOWLFNDIALOGS       0x00000100   // Indicates that GetOpenFilename should support LFN
#define WOWCFEX_THUNKLBSELITEMRANGEEX 0x00000080   // Indicates that we should thunk the LB_SELITEMRANGEEX message (LB_ADDSTRING+3 in wow land)
// Note: This was put at 0x00000001 because it was back ported to 3.51 SP5
#define WOWCFEX_FORMFEEDHACK          0x00000001   // For apps that send a final form feed char to printer via Escape(PASSTHROUGH)





#ifdef FE_SB

// Extra WOW compatibility flags for DBCS  These flags
// are kept in CURRENTPTD->dwWOWCompatFlags2.
//

#define WOWCF_AMIPRO_PM4J_IME         0x00000001   // AMIPRO, set sizeof(DEVMODE of Win3.1) into dmSize , ExtDeviceMode; selectively ignore IME_SETCONVERSIONWINDOW MCW_DEFAULT
                                                   // PM4J, don't pass MCW_DEFAULT to prevent display timing problem
#define WOWCF_FORCEREGQRYLEN          0x00000002   // Lotus 123, set 80 into *lpcb , RegQueryValue
#define WOWCF_AUDITNOTEPAD            0x00000004   // Lotus Freelance Instration program, audit to exit notepad - read.me
#define WOWCF_USEUPPER                0x00000008   // Used for WinWrite "Key name"
#define WOWCF_ASWHELPER               0x00000010   // AutherWare Start, call SetMenu when called AppendMenu( MF_POPUP ) : MSKKBUG 3203
#define WOWCF_PPT4J_IME_GETVERSION    0x00000020   // PPT4J has a bug, expects the ime version to be 3.1 not greater.
// WARNING: For DaytonaJ RC1 Only.  Steal the following US bit for WinwordJ's TrueInLine hangup
#define WOWCF_WORDJ_IME_GETVERSION    0x00000040   // Used for Telling Winword we have OldVersion IME
#define WOWCF_FLW2_PRINTING_PS        0x00000080   // Lotus Freelance printing with PostScript.
                                                   // Between ESCAPE( BEGIN_PATH, CLIP_TO_PATH, END_PATH ), writing POLYGON with NULL_BRUSH
#define WOWCF_ARIRANG20_PRNDLG        0x00000100   // ARiRang word processor print dialg and print setup dialog problem : Korea
#define WOWCF_BCW45J_COMMDLG          0x00000200   // Boland C++ 4.5J, does not open common dialog : Japan
#define WOWCF_DIRECTOR_START          0x00000400   // Director 4.0J, does not start : Japan
#define WOWCF_QPW_FIXINVALIDWINHANDLE 0x00000800   // Quattro Pro Window use null window handle when it call Hanja conversion : Korea
#define WOW_ICHITARO_ITALIC           0x00001000   // map System Mincho to MS Mincho instead of Ms P Mincho

55
V každém případě doporučuji při použití písmen A a B nahlédnout do BIOSu, zda tam není zapnutý nějaký floppy drive. Windows totiž BIOSu věří a očekávají nějakou komunikaci z těchto zařízení i když tato neexistují.

56
/dev/null / Re:Co se děje s ABCLinuxu?
« kdy: 10. 02. 2018, 00:00:14 »
Tipnu si, že to bude spíš internal error. Jednou už jsem na takovém displeji viděl i EINVAL  :)

57
/dev/null / Re:Co se děje s ABCLinuxu?
« kdy: 09. 02. 2018, 22:58:39 »
To mi hlava nebere, proč chtěl, aby toto všichni viděli.

58
/dev/null / Re:Co se děje s ABCLinuxu?
« kdy: 08. 02. 2018, 18:47:28 »
Hurá! Už to jede!  :)

59
Software / Re:Nekomerčné použitie vo firme
« kdy: 05. 02. 2018, 00:46:56 »
Je to jednoduché.
V komerční firmě to použít nesmíte. Pokud jste neziskovka, tak ano.

60
Vývoj / Re:Seriozní porovnání .NETu a Javy
« kdy: 02. 02. 2018, 20:44:50 »
Teda to je maso tato diskuse  :)
Tak jsme si prošli pojmy jako JAR/DLL, svoboda/fašismus, null/výjimky, syntaktický cukr/smetí, Windows/Linux, elvis operátor, kovariantní návratové typy, jehličí/lopuch, multiplatformnost/slabý hybrid, pak jsem se naštěstí už nechytal.
Mám pocit, jako by byly zmíněny skoro všechny existující platformy, jazyky, frameworky, postupy...
K dokonalosti už mi tu chybí jen 2 slova - a právě proto jsem tady - ATARI a Postscript.
Hezký večer všem :-*

Stran: 1 2 3 [4] 5 6 ... 13