Displaying 6 results from an estimated 6 matches for "exlicit".
Did you mean:
explicit
2012 Mar 25
2
Trying to link against libFLAC_static.lib (windows)
...AC_static.lib that has been built.
>
> If not, you'd need to look into the headers, check where those problem
> functions are defined. Finally, you'll need to trace back any macros
> that might be potentially using __declspec(dllimport).
Just to be sure, I went to export.h and exlicitly defined FLAC_API and
commented out the lines
#ifdef FLAC_API_EXPORTS
#define FLAC_API _declspec(dllexport)
#else
#define FLAC_API _declspec(dllimport)
I've so cleaned and rebuilt all my project files but still get the errors:
11>AudioDecoder.lib(CFlacDecoder.obj) : error LNK2019: unreso...
2003 Feb 11
1
user in two groups - acl problem
This is a situation.
I have samba, winbind, w2k domain. Everything works fine BUT
User "test" is member of group "ALL" and group "MARKETING"
Group ALL have all permission on folder COMPANY, and group MARKETING
doesn't have any access (deny) .
User test still can access folder COMPANY.
If I explicitly deny user test to access that folder then it's OK.
2012 Mar 26
0
Trying to link against libFLAC_static.lib (windows)
...targets.
>>
>> If not, you'd need to look into the headers, check where those problem
>> functions are defined. Finally, you'll need to trace back any macros
>> that might be potentially using __declspec(dllimport).
>
> Just to be sure, I went to export.h and exlicitly defined FLAC_API and
> commented out the lines
>
> #ifdef FLAC_API_EXPORTS
> #define FLAC_API _declspec(dllexport)
> #else
> #define FLAC_API _declspec(dllimport)
>
> I've so cleaned and rebuilt all my project files but still get the errors:
>
> 11>AudioDec...
2009 Oct 08
0
[PATCH] Add an option for Nouveau debugfs output that depends on DEBUG_FS and update help entry for Nouveau KMS
From: Matt Parnell <parwok at gmail.com>
drm/nouveau: Add DRM_NOUVEAU_DEBUG option
Sometimes we have DEBUG_FS enabled, but don't want output from certain modules.
Most modules make this an option, so I figured that Nouveau needed it too. I also
made it exlicit that CONSOLE_FRAMEBUFFER is needed for textmode use with KMS.
Signed-off-by: Matt Parnell <parwok at gmail.com>
---
drivers/gpu/drm/Kconfig | 11 +++++++++++
drivers/gpu/drm/nouveau/Makefile | 3 ++-
drivers/gpu/drm/nouveau/nouveau_debugfs.c | 2 --
driver...
2012 Mar 23
2
Trying to link against libFLAC_static.lib (windows)
Hi. I'm trying to get a project linking to libFLAC_static.lib but I
get linker errors such as the following.
6>AudioDecoder.lib(CFlacDecoder.obj) : error LNK2019: unresolved
external symbol
__imp__FLAC__stream_decoder_process_until_end_of_metadata referenced
in function "protected: int __thiscall
CFlacDecoder::CreateDecoder(void)"
(?CreateDecoder at CFlacDecoder@@IAEHXZ)
2009 Feb 03
5
Large file size while persisting rpart model to disk
I am using rpart to build a model for later predictions. To save the
prediction across restarts and share the data across nodes I have been
using "save" to persist the result of rpart to a file and "load" it
later. But the saved size was becoming unusually large (even with
binary, compressed mode). The size was also proportional to the amount
of data that was used to create the