代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/207882/15259779
log frm_addbusinfo.log
Line 2: The Form or MDIForm name frm_addlineinfo is already in use; cannot load this form.
www.eeworm.com/read/206867/15286948
c access.c
#include
#include
void main(int argc, char *argv[])
{
int access_mode;
access_mode = access(argv[1], 0);
if (access_mode)
printf("File %s does not exist
www.eeworm.com/read/168845/5433335
9x_users readme_gcc2.9x_users
gcc 2.96
cannot compile
exception_test.cpp (internal compiler error)
www.eeworm.com/read/162614/5522125
c inline.c
// { dg-do assemble }
// { dg-options "-ansi -pedantic-errors -Winline -O1" }
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 9 Mar 2000
www.eeworm.com/read/162614/5531175
c paste1.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test operator ## semantics. */
#define bad1 ## owt /* { dg-error "cannot" "## at objlike start" } */
#define
www.eeworm.com/read/161438/5553398
c access.c
#include
#include
void main(int argc, char *argv[])
{
int access_mode;
access_mode = access(argv[1], 0);
if (access_mode)
printf("File %s does not exist
www.eeworm.com/read/475955/6770848
c access.c
#include
#include
void main (int argc, char *argv[])
{
int access_mode;
access_mode = access(argv[1], 0);
if (access_mode)
printf("File %s does not exis
www.eeworm.com/read/472768/6865171
c access.c
#include
#include
void main (int argc, char *argv[])
{
int access_mode;
access_mode = access(argv[1], 0);
if (access_mode)
printf("File %s does not exis
www.eeworm.com/read/471779/6881731
c main.c
//This code demonstrated the cabilites of the LZW code and gif loader
//The GIF code and this demo requires Allegro to Compile and run
//The LZW code does not.
#include
#include "allegro
www.eeworm.com/read/194581/8190122
c audio_alsa.c
/*
audio_alsa: sound output with Advanced Linux Sound Architecture 1.x API
copyright 2006 by the mpg123 project - free software under the terms of the LGPL 2.1
see COPYING and AUTHORS files in dis